c calling convention meaning in Chinese
c调用惯例
c调用约定
呼叫惯例
Examples
- This section describes the visual c calling convention methodology for x64 , 64 - bit extension to the x86 architecture
本节描述用于x86结构的x64 64位扩展的visual c + +调用约定方法。 - Pascal calling convention is the reverse of c calling convention . it passes parameters from left to right and the callee is responsible for the stack balancing after the call
Pascal调用约定时完全相反于c调用约定,它从左到右传递参数并且由被调用者负责在调用后平衡堆栈结构